/*ESTA ES UNA HOJA DE ESTILO PARA LA PRACTICA DE ESTILOS*/

/*estilo para selectotres generales*/

body {
	background-color:green;
	
	
	background-attachment: fixed;
	background-repeat:no-repeat;
}
header{
background-color:#38C341;
border-radius: 1em;
margin: 0 0 1em 0;
padding: 1em 0;
widht: 100%

}
 header img{
           float: right;
           display: block;	
           margin-bottom: 10px;
           margin-left: 10px;
           height: 100px;
           width: 100px;		   
}		   
nav {

}

p{
color: WHITE;
font-family: comic sans ms; 
font-size: 20px
}


#contenedor{
background-color:#6718BB;
height:
width:60%;
vertical-align:top;
}


#banner{
background-color: rgba(27,138,153,0.5);
border-color:#927965;
border-style: double;
border-widht: 10px 5px; 
width:100%;


}
.subtitulos{
             
			color: #927965;
            font-family: verdana;
			font-style: normal;
			text-shadow: none;
			
}			

a{
   text-decoration:none;
   }
   a:visited{color:#00ff00;
        font-size: 20px;}
		
		a:link{color: #b45585;
		font-size: 30px;}
		
aside{
background-color: #DAE545;
border: 10px dotted #927965;
width:30%;
vertical-align:top;
}

aside,#contenedor {
display: inline-block;
vertical-align:top;
height:600px;
}

*article{
background-color:#C92538;

}
figure{
background-color:#0D894D;
}
footer{
background-color:#1EE384;
box-shadow: 2px 2px 5px #00ff00;
}
h1 {
        margin-botton:2px;
		text-align: right;
		text-shadow: 5px 5px 5px #ff0000;
		}
h3{
        font-style:italic;
		margin-botton:10px;
		text-align: right;
		text-shadow: 5px 5px 7px #ff0000;	
	}
h4{
        color:#000000;
		font-family: Trebuchet;
		text-decoration: overline;
		
		
header{
  background-color:#F5E7DD;
  
  }
  nav {
  